home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Windows & Frames / regular-fullscreen.izs < prev    next >
Text File  |  2005-07-29  |  1KB  |  57 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>"Regular" full screen window Opener 
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Opens up a window in regular full screen mode, with only the title bar present (Be sure to check out a variation of this script in the IE 4.x section that opens up a window in true full screen mode).
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>windows, remotes, frames<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <script>
  14. <!--
  15. function winopen(){
  16. var targeturl="../index.html"
  17. newwin=window.open("","","scrollbars")
  18. if (document.all){
  19. newwin.moveTo(0,0)
  20. newwin.resizeTo(screen.width,screen.height)
  21. }
  22. newwin.location=targeturl
  23. }
  24. //-->
  25. </script>
  26. <form>
  27. <input type="button" onClick="winopen()" value="Open window">
  28. </form>
  29.  
  30.  
  31. <!-- END OF SCRIPT -->
  32. <!/SCRIPT>
  33.  
  34. <!PREVIEW>
  35. <!-- START OF SCRIPT -->
  36. <script>
  37. <!--
  38. function winopen(){
  39. var targeturl="../index.html"
  40. newwin=window.open("","","scrollbars")
  41. if (document.all){
  42. newwin.moveTo(0,0)
  43. newwin.resizeTo(screen.width,screen.height)
  44. }
  45. newwin.location=targeturl
  46. }
  47. //-->
  48. </script>
  49. <form>
  50. <input type="button" onClick="winopen()" value="Open window">
  51. </form>
  52.  
  53.  
  54. <!-- END OF SCRIPT -->
  55. <!/PREVIEW>
  56.  
  57. <!RELATED>NONE<!/RELATED>